home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Net / Utilities / Seer family 2.0 / .h files / sc_pdl_dat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-08-29  |  593 b   |  29 lines  |  [TEXT/KAHL]

  1. /*
  2.     pdl global values for appletalk and ip
  3. */
  4.  
  5. /*
  6.     special functions
  7. */
  8. #define RTMPidpad 0
  9.  
  10.  
  11. /*
  12.     name pdl registers
  13. */
  14. #define t0 1        /* a temporary */
  15. #define t1 2
  16. #define ddp_type 3    /* ddp type (loaded for both short and long ddps) */
  17. #define proto 4        /* holds protocol gosub address */
  18. #define zipcount 5    /* zone info protocol repeat count */
  19. #define ip_type 6    /* ip packet type */
  20.  
  21. /*
  22.     name pdl counters
  23. */
  24. #define lap_cntr    1    /*lap protocol type*/
  25. #define ddp_cntr    2    /*ddp protocol type*/
  26. #define ip_cntr        3    /*ip protocol type*/
  27. #define misc_cntr    4    /*names for errors and misc counters*/
  28.  
  29.